Support MS-Windows build and reversed rows in GUI frames; add initial docs.
authorEli Zaretskii <eliz@gnu.org>
Mon, 29 Mar 2010 12:26:24 +0000 (08:26 -0400)
committerEli Zaretskii <eliz@gnu.org>
Mon, 29 Mar 2010 12:26:24 +0000 (08:26 -0400)
commit4f616a2e97fc7a6a264b3558a7e1ad5654a55eae
tree0cbfeb2f9a0e433ee147f24afe9702b2218ea0c0
parentb44b5d0117e147e463f9c9e2f74e5b9365b5b67f
Support MS-Windows build and reversed rows in GUI frames; add initial docs.

 doc/emacs/mule.texi (International): Mention support of
 bidirectional editing.
 (Bidirectional Editing): New section.
 etc/HELLO: Reorder Arabic and Hebrew into logical order, and
 insert RLM before the opening paren, to make the display more
 reasonable.  Add setting for bidi-display-reordering in the local
 variables section.
 lisp/files.el: Make bidi-display-reordering safe variable for
 boolean values.
 src/xdisp (append_glyph): If the glyph row is reversed, prepend the
 glyph rather than appending it.
 src/makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
 ($(BLD)/bidi.$(O)): New target.
doc/emacs/mule.texi
etc/HELLO
etc/NEWS
lisp/files.el
src/ChangeLog.bidi
src/makefile.w32-in
src/xdisp.c